Skip to content

Commit

Permalink
[#82] Set tag and commit in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
juampynr committed Jul 5, 2022
1 parent e7e9402 commit 802a63a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "drupal9ci"
commit: "${{ github.ref_name }}"
tag: "${{ github.ref_name }}"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 802a63a

Please sign in to comment.