Skip to content

Commit

Permalink
fixed token
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Sep 19, 2022
1 parent 44da816 commit aa109a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: Create Release
uses: halvardssm/github-action-tag-release@1.0.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageManager": "yarn@3.2.3",
"name": "virtual-assistant",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"license": "MIT",
"author": "Halvard Mørstad",
Expand Down

0 comments on commit aa109a7

Please sign in to comment.