Skip to content

Commit

Permalink
PLEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Oct 27, 2023
1 parent d1f64e8 commit 1095162
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- name: Package extension
run: vsce package
- name: Get release version
run: echo "version=tailwind-theme-$(sed -E 's/^refs\/tags\/v//' <<< ${{ github.ref }}).vsix" >> "$GITHUB_ENV"
id: get-version
run: echo "version=tailwind-theme-$(sed -E 's/^refs\/tags\/v//' <<< ${{ github.ref }}).vsix" >> "$GITHUB_OUTPUT"
- name: Create release
uses: softprops/action-gh-release@v1
with:
files: "$version"
files: ${{ steps.get-version.outputs.version }}

0 comments on commit 1095162

Please sign in to comment.