Skip to content

Commit

Permalink
ci fixed, tags added
Browse files Browse the repository at this point in the history
  • Loading branch information
HYP3R00T committed Jul 17, 2024
1 parent f42678b commit c625ebc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1
with:
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
assets: ./*.vsix
tag: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
artifacts: ./*.vsix
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "settings-organizer",
"displayName": "Settings Organizer",
"description": "Automatically organize and tidy up your VSCode settings.json file.",
"version": "0.0.5",
"version": "0.0.6",
"publisher": "hyperoot",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down

0 comments on commit c625ebc

Please sign in to comment.