Skip to content

Commit

Permalink
Update release.yaml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielt17 authored Jan 15, 2025
1 parent 2f94a7a commit 83fa913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_DEVOPS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Determine version bump level based on labels
if: ${{ env.PR_TITLE != null }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Create Release with gh-release
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.CLOUD_DEVOPS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.version.outputs.new_version }}
name: "${{ steps.version.outputs.new_version }}: ${{ env.PR_TITLE }}"
body: |
Expand Down

0 comments on commit 83fa913

Please sign in to comment.