Skip to content

Commit

Permalink
update to use tagged release action (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hoefgen authored Aug 8, 2023
1 parent a128757 commit 2ba76b6
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 @@ -37,7 +37,7 @@ jobs:
token: ${{ secrets.AUTOMATION_USER_TOKEN }}
fetch-depth: 0

- uses: DevCycleHQ/release-action/prepare-release@main
- uses: DevCycleHQ/release-action/prepare-release@v2
id: prepare-release
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
if: inputs.draft != true

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

0 comments on commit 2ba76b6

Please sign in to comment.