Skip to content

Commit

Permalink
ci(workflow): restore GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Aug 20, 2024
1 parent 242b0a3 commit a2b9e38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Release

on:
push:
tags:
- "v*"

name: Release
env:
GH_TOKEN: ${{ github.token }}

jobs:
create_release:
Expand Down

0 comments on commit a2b9e38

Please sign in to comment.