Skip to content

Commit

Permalink
fix: update release action to use DevCycle Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalkapasi committed Apr 25, 2024
1 parent ecd4d05 commit a283abe
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 @@ -36,7 +36,7 @@ jobs:
token: ${{ secrets.AUTOMATION_USER_TOKEN }}
fetch-depth: 0

- 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 Down Expand Up @@ -65,7 +65,7 @@ jobs:
if: inputs.draft != true

# This will automatically trigger publishing to Carthage and Swift Package Manager
- uses: DevCycleHQ/release-action/create-release@v2
- uses: DevCycleHQ/release-action/create-release@v2.3.0
id: create-release
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a283abe

Please sign in to comment.