Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyT291 committed Nov 28, 2023
2 parents 5ef9297 + eb0e818 commit a6b011b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ jobs:
# You may pin to the exact commit or the version.
# uses: negz/create-tag@39bae1e0932567a58c20dea5a1a0d18358503320
uses: negz/create-tag@v1
if: steps.check_tag.outputs.exists == 'false'
continue-on-error: true
with:
token: ${{secrets.TEST}}
version: "v${{ steps.extract_version.outputs.version }}"
message: ""

- name: Create GitHub Release
if: steps.check_tag.outputs.exists == 'false'
uses: softprops/action-gh-release@v1
with:
token: ${{secrets.TEST}}
Expand Down

0 comments on commit a6b011b

Please sign in to comment.