Skip to content

Commit

Permalink
chore(deps): update grails/github-actions/post-release to v2 (#22)
Browse files Browse the repository at this point in the history
* chore(deps): update grails/github-actions/post-release to v2

* chore(release): update workflow configurations
  • Loading branch information
puneetbehl authored Mar 26, 2024
1 parent 792319f commit aff63d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: extract_branch
run: echo "value=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
- name: Run pre-release
uses: grails/github-actions/pre-release@v1
uses: grails/github-actions/pre-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
env:
Expand Down Expand Up @@ -80,11 +80,11 @@ jobs:
COMMIT_NAME: ${{ env.GIT_USER_NAME }}
- name: Run post-release
if: success()
uses: grails/github-actions/post-release@v1
uses: grails/github-actions/post-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
env:
TARGET_BRANCH: ${{ steps.extract_branch.outputs.value }}
RELEASE_VERSION: ${{ github.event.inputs.gorm_version }}
RELEASE_URL: "https://api.github.com/repos/grails/gorm-docs/releases/${{ steps.create_release.outputs.id }}"
SNAPSHOT_SUFFIX: -SNAPSHOT
SNAPSHOT_SUFFIX: -SNAPSHOT

0 comments on commit aff63d7

Please sign in to comment.