Skip to content

Commit

Permalink
Merge pull request #78 from InkApplications/update-inkpub
Browse files Browse the repository at this point in the history
Update ink publications script
  • Loading branch information
ReneeVandervelde authored Oct 26, 2024
2 parents c8fab8b + 1a43232 commit ab4677c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Release
on:
push:
tags: ['*']
env:
GITHUB_TAG: ${{ github.ref }}
GRADLE_OPTS: -Dorg.gradle.parallel=false
jobs:
tests:
name: Test
Expand All @@ -13,7 +10,7 @@ jobs:
name: Publish to Maven Central
needs: [tests]
secrets: inherit
uses: inkapplications/.github/.github/workflows/[email protected].0
uses: inkapplications/.github/.github/workflows/[email protected].2
with:
version: ${{ github.ref_name }}
publish-android: true

0 comments on commit ab4677c

Please sign in to comment.