Skip to content

Commit

Permalink
Fix auto SDK publishing CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorasl committed Sep 14, 2023
1 parent 10120c9 commit e4327dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: flutter pub get

- id: Extract git tag
- id: tag
run: echo "DEPLOY_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

- name: Set SDK version
Expand Down

0 comments on commit e4327dd

Please sign in to comment.