Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyNetRu committed Jul 7, 2023
1 parent 7eb4439 commit 9bca0d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- run: |
if ! [[ -z "${{ secrets.GH_TOKEN }}" ]]; then
echo ::set-output has_token=true
else
echo ::set-output has_token=false
fi
- name: Checkout ✅
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9bca0d9

Please sign in to comment.