Skip to content

Commit

Permalink
Merge pull request #32 from remcowesterhoud/main
Browse files Browse the repository at this point in the history
Fix actions-tagger configuration
  • Loading branch information
celanthe authored Dec 10, 2021
2 parents a4aa0d3 + e1e3877 commit 31b561a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ runs:
-d '{"commit_sha":"${GITHUB_SHA}","ref":"${GITHUB_REF}","sarif": "${COMPRESSED_SARIF}"}' || true
fi
- name: Actions tagger
uses: "Actions-R-Us/actions-tagger@latest with: publish_latest_tag: true"
uses: "Actions-R-Us/actions-tagger@latest"
with:
publish_latest_tag: true
- name: Publish SNAPSHOT
run: |-
test -n "${{ inputs.release-version }}" && echo "::debug::Not publishing SNAPSHOT because release-version is set" && exit 0
Expand Down

0 comments on commit 31b561a

Please sign in to comment.