Skip to content

Commit

Permalink
bump v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhyc committed Apr 28, 2021
1 parent 3f1644c commit d10b0b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
if: steps.version-updated.outputs.has-updated
with:
filename: 'vdm-vscode-plugin-${{ steps.version-updated.outputs.current-package-version }}.zip'
- uses: ncipollo/release-action@v1
- uses: "marvinpinto/action-automatic-releases@latest"
if: steps.version-updated.outputs.has-updated
with:
artifacts: 'vdm-vscode-plugin-${{ steps.version-updated.outputs.current-package-version }}.zip'
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
name: "Automatic Release by Github Action"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "v${{ steps.version-updated.outputs.current-package-version }}"
prerelease: false
title: "Automatic Release by Github Action"
files: |
vdm-vscode-plugin-${{ steps.version-updated.outputs.current-package-version }}.zip
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vdm-vscode-plugin",
"version": "0.2.3",
"version": "0.2.4",
"description": "vdm plugin for vscode.",
"keywords": [
"vscode"
Expand Down

0 comments on commit d10b0b1

Please sign in to comment.