Skip to content

Commit

Permalink
[#82] Use a different action to create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
juampynr committed Jul 5, 2022
1 parent 2f106bc commit e7e9402
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
export PATH=$PATH:/usr/local/go/bin
go version
go build
- uses: "marvinpinto/action-automatic-releases@latest"
- uses: ncipollo/release-action@v1
with:
automatic_release_tag: "${{ github.sha }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
drupal9ci
artifacts: "drupal9ci"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e7e9402

Please sign in to comment.