Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yezige committed Dec 8, 2024
1 parent 1b51af7 commit 3e5f5e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ jobs:
- uses: lannonbr/vsce-action@4.0.0
with:
args: "publish -p $VSCE_TOKEN"
args: "publish -p $VSCE_TOKEN && vsce package"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

- name: Package
id: package
run: |
vsce package
zip vscode-theme-green-eyecare-${{ env.RELEASE_VERSION }}.zip *.vsix
ls -al
echo "::set-output name=filename::vscode-theme-green-eyecare-${{ env.RELEASE_VERSION }}.zip"
Expand Down

0 comments on commit 3e5f5e6

Please sign in to comment.