Skip to content

Commit

Permalink
fix(ci): Triggering?
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmithcompsci committed Oct 29, 2024
1 parent ec3d508 commit 12c90e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/untagged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
if: ${{ steps.get_version.outputs.nextRelease != '' }}
env:
NEXT_RELEASE: ${{ steps.get_version.outputs.nextRelease }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Extract the next version and changelog notes from the output
NEW_VERSION=$(echo $NEXT_RELEASE | jq -r '.version')
Expand Down Expand Up @@ -96,7 +97,7 @@ jobs:
if: ${{ steps.get_version.outputs.nextRelease != '' }}
env:
NEXT_RELEASE: ${{ steps.get_version.outputs.nextRelease }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PAT }}
run: |
# Extract the next version and changelog notes from the output
NEW_VERSION=$(echo $NEXT_RELEASE | jq -r '.version')
Expand Down

0 comments on commit 12c90e0

Please sign in to comment.