Skip to content

Commit

Permalink
dunno
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Apr 3, 2024
1 parent 0f76631 commit e47ec9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
WITH_V: false

- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/genpeerid"
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

with:
files: dist/genpeerid
tag_name: ${{ steps.bump_version.outputs.new_tag }}

0 comments on commit e47ec9a

Please sign in to comment.