Skip to content

Commit

Permalink
. e updated check_and_publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed May 11, 2024
1 parent d0d1aea commit b331b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PUB_SPEC_ID }}
- name: Check release tag
token: "${secrets.PUB_SPEC_ID}"
- name: Auto-Deploy to pub.dev
run: |
./bash/push_release.sh
shell: bash

0 comments on commit b331b5d

Please sign in to comment.