Skip to content

Commit

Permalink
Added final release stages to Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Feb 16, 2024
1 parent 6c5c191 commit 0c41803
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
@@ -1,9 +1,6 @@
name: Release

on:
release:
types: [published]

workflow_dispatch:

jobs:
Expand All @@ -26,7 +23,7 @@ jobs:
id: publish_package
uses: gradle/gradle-build-action@v2.9.0
with:
arguments: publish
arguments: publish closeAndReleaseStagingRepository addGitTag --stacktrace

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0c41803

Please sign in to comment.