diff --git a/.github/workflows/check_and_publish.yml b/.github/workflows/check_and_publish.yml index 3400ff7..baf4530 100644 --- a/.github/workflows/check_and_publish.yml +++ b/.github/workflows/check_and_publish.yml @@ -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 \ No newline at end of file