Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Oct 3, 2024
1 parent 3c8fdee commit b3b28a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update WARPBUILD_RUNNER_VERIFICATION_TOKEN
run: |
echo "WARPBUILD_RUNNER_VERIFICATION_TOKEN=unknown" >> $GITHUB_ENV
- name: Debug
run: |
echo "WARPBUILD_RUNNER_VERIFICATION_TOKEN=$WARPBUILD_RUNNER_VERIFICATION_TOKEN"
- name: Create snapshot
if: github.event_name == 'push' && env.WARPBUILD_SNAPSHOT_KEY == ''
uses: WarpBuilds/snapshot-save@v1
Expand Down

0 comments on commit b3b28a9

Please sign in to comment.