Skip to content

Commit

Permalink
fix: github release with tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Mar 12, 2024
1 parent a8b447c commit 53cd82f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ jobs:
run: |
git push
git push --tags
- name: GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: vscode-flowr-*.vsix
token: ${{ secrets.RELEASE_TOKEN }}
tag: ${{ vars.PACKAGE_VERSION }}
tag_name: ${{ vars.PACKAGE_VERSION }}

- name: Marketplace
run: vsce publish
env:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"email": "florian.sihler@uni-ulm.de"
},
"license": "GPL-3.0",
"version": "0.0.2",
"version": "0.0.1",
"engines": {
"vscode": "^1.60.0"
},
Expand Down Expand Up @@ -353,4 +353,4 @@
]
}
}
}
}

0 comments on commit 53cd82f

Please sign in to comment.