diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a7b1b31..a11dd597 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,5 +50,5 @@ jobs: - name: add git tag uses: Klemensas/action-autotag@stable with: - version: ${{ steps.getVersion.outputs.first_match }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + version: ${{ steps.getVersion.outputs.first_match }} \ No newline at end of file