Skip to content

Commit

Permalink
I think I've got it this time
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Oct 27, 2023
1 parent 7a2f7aa commit d1f64e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Package extension
run: vsce package
- name: Get release version
run: echo "version=tailwind-theme-$(sed -E 's/^refs\\/tags\\/v//gm;t' <<< ${{ github.ref }}).vsix" >> "$GITHUB_ENV"
run: echo "version=tailwind-theme-$(sed -E 's/^refs\/tags\/v//' <<< ${{ github.ref }}).vsix" >> "$GITHUB_ENV"
- name: Create release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit d1f64e8

Please sign in to comment.