Skip to content

Commit

Permalink
Update main.yml , allow release update
Browse files Browse the repository at this point in the history
refering  ncipollo/release-action@v1.13.0
  • Loading branch information
benlabbe authored Oct 9, 2023
1 parent 22a6c9d commit 6b11a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
docker rm -v $id
- name: Create release
uses: actions/create-release@v1
uses: ncipollo/release-action@v1.13.0
id: create_release
with:
draft: false
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
docker rm -v $id
- name: Create release
uses: actions/create-release@v1
uses: ncipollo/release-action@v1.13.0
id: create_release
with:
draft: false
Expand Down

0 comments on commit 6b11a26

Please sign in to comment.