Skip to content

Commit

Permalink
Fixing syntax error on github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
Guney Saramali committed Jun 18, 2024
1 parent aac5c4a commit f2411f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Recreate latest tag
uses: rickstaa/action-create-tag@v1
id: "tag_create"
id: "re_tag_create"
with:
tag: "latest"
tag_exists_error: false
Expand Down

0 comments on commit f2411f1

Please sign in to comment.