Skip to content

Commit

Permalink
Bump version in prep for releasing v0.0.4 (#476)
Browse files Browse the repository at this point in the history
Bump the version in prep for release of `v0.0.4`.

Use default GA secret to allow CI to make the tag until UCI specific
secret is created.
  • Loading branch information
masih committed Jul 15, 2024
1 parent d3185ef commit 253ee25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ jobs:
releaser:
uses: ipdxco/unified-github-workflows/.github/workflows/[email protected]
with:
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
# Use default GitHub actions secrets until a UCI-specific secret is created.
# See: https://github.com/filecoin-project/go-f3/issues/449
# UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
UCI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.0.3"
"version": "v0.0.4"
}

0 comments on commit 253ee25

Please sign in to comment.