Skip to content

Commit

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

- name: Update WARPBUILD_RUNNER_VERIFICATION_TOKEN
run: |
echo "WARPBUILD_RUNNER_VERIFICATION_TOKEN=''" >> $GITHUB_ENV
- name: Debug
run: |
echo "WARPBUILD_RUNNER_VERIFICATION_TOKEN=$WARPBUILD_RUNNER_VERIFICATION_TOKEN"
# - name: Update WARPBUILD_RUNNER_VERIFICATION_TOKEN
# run: |
# echo "WARPBUILD_RUNNER_VERIFICATION_TOKEN=''" >> $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 == ''
Expand Down

0 comments on commit 81b50df

Please sign in to comment.