Skip to content

Commit

Permalink
Merge pull request #376 from 0xPolygonID/pre-release-2.2.9
Browse files Browse the repository at this point in the history
chore(githubActions): publish job
  • Loading branch information
plusema86 authored Jan 29, 2024
2 parents 54a88d4 + 5f861e6 commit 5e6e70a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/polygonid_flutter_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,12 @@ jobs:
# script: cd example&&flutter test integration_test/libpolygonid_test.dart --verbose

# job responsible for publishing the package to pub.dev
publish:
needs: [ common ] #, ios , android ]
runs-on: ubuntu-latest
steps:
- name: Publish dry run
if: github.base_ref == 'main'
run: flutter pub publish --dry-run
# enable it once published for the first time on pub.dev otherwise it will fail
#publish:
# needs: [ common ] #, ios , android ]
# runs-on: ubuntu-latest
# steps:
# - name: Publish dry run
# if: github.base_ref == 'main'
# run: flutter pub publish --dry-run

0 comments on commit 5e6e70a

Please sign in to comment.