Skip to content

Commit

Permalink
ci: 🎡 publish before create releas
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
shufo committed Mar 31, 2021
1 parent 4a7c3f7 commit 8b7a689
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: npm install
- uses: lannonbr/vsce-action@master
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v1
Expand All @@ -50,9 +56,3 @@ jobs:
body: ${{ steps.github_release.outputs.changelog }}
draft: false
prerelease: false
- run: npm install
- uses: lannonbr/vsce-action@master
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 comments on commit 8b7a689

Please sign in to comment.