Skip to content

Commit

Permalink
removed gluon license step from ios workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Oct 20, 2023
1 parent f500ff3 commit 6cc8536
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
api-key-id: ${{ secrets.GLUON_IOS_APPSTORE_KEY_ID }}
api-private-key: ${{ secrets.GLUON_IOS_APPSTORE_PRIVATE_KEY }}

- name: Gluon License
uses: gluonhq/gluon-build-license@v1
with:
gluon-license: ${{ secrets.GLUON_LICENSE }}

- name: Gluon Build
run: ./mvnw -pl app -Pios gluonfx:build gluonfx:package

Expand Down

0 comments on commit 6cc8536

Please sign in to comment.