Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn authored Jun 12, 2024
1 parent 9dd078b commit 757409e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- uses: DevCycleHQ/release-action/prepare-release@v2
- uses: DevCycleHQ/release-action/prepare-release@v2.3.0
id: prepare-release
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
Expand All @@ -78,7 +78,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- uses: DevCycleHQ/release-action/create-release@v2
- uses: DevCycleHQ/release-action/create-release@v2.3.0
id: create-release
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
Expand Down

0 comments on commit 757409e

Please sign in to comment.