Skip to content

Commit

Permalink
. e renamed action
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed May 11, 2024
1 parent b331b5d commit dbeb81f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Release Tag
name: Auto-Deploy to pub.dev

on:
workflow_run:
Expand All @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: "${secrets.PUB_SPEC_ID}"
token: ${{ secrets.PUB_SPEC_ID }}
- name: Auto-Deploy to pub.dev
run: |
./bash/push_release.sh
Expand Down

0 comments on commit dbeb81f

Please sign in to comment.