Skip to content

Commit

Permalink
update release and trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
1xyz committed Apr 13, 2022
1 parent b7131a1 commit f496857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_USER: ${{ secrets.GH_USER }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get_tag_name.outputs.value }}
release_name: Release ${{ steps.get_tag_name.outputs.value }}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.15
0.10.16

0 comments on commit f496857

Please sign in to comment.