Skip to content

Commit

Permalink
Try using fixed version (safer than latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Dec 19, 2020
1 parent 59f5dff commit a4c6fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-git-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo ${{join(steps.next_semantic_version.outputs.*, ' - ')}}
echo "Next version: ${{steps.next_semantic_version.outputs.version}}"
echo "Next version tag: ${{steps.next_semantic_version.outputs.version_tag}}"
- uses: marvinpinto/action-automatic-releases@latest
- uses: marvinpinto/action-automatic-releases@ea10bdb242e83fa0fa008b75761761f345a2e5f2 # Pin "latest" https://github.com/marvinpinto/actions/commit/ea10bdb242e83fa0fa008b75761761f345a2e5f2 necessary to avoid "The `set-env` command is disabled."
with: # See https://github.com/marvinpinto/action-automatic-releases/tree/v1.1.0#supported-parameters
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{steps.next_semantic_version.outputs.version_tag}}
Expand Down

0 comments on commit a4c6fe6

Please sign in to comment.