Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Feb 9, 2022
1 parent 95ac1e6 commit c8e443c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: 3.9

- name: Tag last commit
run: git tag {{ version }}
run: git tag ${{ github.event.inputs.version }}

- name: Merge to stable branch
run: |
Expand Down

0 comments on commit c8e443c

Please sign in to comment.