We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.0.4
1 parent d3185ef commit 253ee25Copy full SHA for 253ee25
.github/workflows/releaser.yml
@@ -16,4 +16,7 @@ jobs:
16
releaser:
17
uses: ipdxco/unified-github-workflows/.github/workflows/releaser.yml@v1.0
18
with:
19
- UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
+ # Use default GitHub actions secrets until a UCI-specific secret is created.
20
+ # See: https://github.com/filecoin-project/go-f3/issues/449
21
+ # UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
22
+ UCI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
version.json
@@ -1,3 +1,3 @@
1
{
2
- "version": "v0.0.3"
+ "version": "v0.0.4"
3
}
0 commit comments