Skip to content

Commit e129ee7

Browse files
committed
chore: update GITHUB_TOKEN environment variable for release creation and bump version to 0.4.1
1 parent 40bce1b commit e129ee7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
2424
- name: Create release
2525
id: create_release
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2628
run: |
2729
gh release create v${{ steps.vars.outputs.tag }} \
2830
--draft \
@@ -127,6 +129,8 @@ jobs:
127129
# publish release
128130
- name: Create release file
129131
shell: bash
132+
env:
133+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
130134
run: |
131135
DIR=${{ steps.vars.outputs.dir }}
132136
DIST=${{ matrix.target }}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)