Skip to content

Commit

Permalink
ci: delete tag und relaese
Browse files Browse the repository at this point in the history
  • Loading branch information
Larvan2 committed Nov 16, 2023
1 parent 2825b6f commit fc15d16
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,19 @@ jobs:
GOOS=windows GOARCH=amd64 go build -o ./bin/geo-windows-amd64.exe ./cmd/geo
GOOS=windows GOARCH=arm64 go build -o ./bin/geo-windows-arm64.exe ./cmd/geo
- name: Delete current release assets
uses: andreaswilli/[email protected]
# - name: Delete current release assets
# uses: andreaswilli/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# tag: latest
# deleteOnlyFromDrafts: false

- uses: dev-drprasad/[email protected] # PRERELEASE is v1.0 and can also be used to test and give us feedback
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: latest
deleteOnlyFromDrafts: false
tag_name: latest
github_token: ${{ secrets.GITHUB_TOKEN }} # (required) a GitHub token with write access to the repo that needs to be modified
delete_release: true #(optional) default: true
# repo: <owner>/<repoName> #(optional) target repository. default: repo running this action

- name: Create and Upload Release
id: upload_release
Expand Down

0 comments on commit fc15d16

Please sign in to comment.