Skip to content

Commit

Permalink
fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
acgotaku committed May 21, 2022
1 parent c667f09 commit 1630e65
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]*'

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -49,5 +49,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "115.crx"
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
tag: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
node_modules/
dist/
.idea

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

0 comments on commit 1630e65

Please sign in to comment.