Skip to content

Commit

Permalink
PLA-1131 Refer to the action via it's version (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery authored Apr 17, 2024
1 parent 088e712 commit 6ceb757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
is-existing-release: ${{ steps.pre_release.outputs.is-existing-release }}
steps:
- name: Perform pre-release actions
uses: abusix/github-release-actions/perform-pre-release@PLA-1131-additional-outputs
uses: abusix/github-release-actions/perform-pre-release@v0.2.0
id: pre_release
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
docker push ghcr.io/${{ github.repository }}:latest
- name: Perform post-release actions
uses: abusix/github-release-actions/perform-post-release@PLA-1131-additional-outputs
uses: abusix/github-release-actions/perform-post-release@v0.2.0
id: post_release
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
APP_VERSION=${{ needs.generate-version.outputs.RELEASE_VERSION }}
- name: Create release
uses: abusix/github-release-actions/create-prerelease@PLA-1131-additional-outputs
uses: abusix/github-release-actions/create-prerelease@v0.2.0
with:
release-version: ${{ needs.generate-version.outputs.RELEASE_VERSION }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6ceb757

Please sign in to comment.