Skip to content

Commit 0cf09d4

Browse files
author
Artem Dolya
committed
Fix for bump
1 parent 963916b commit 0cf09d4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
name: Bump Version
2727
needs: build
2828
runs-on: ubuntu-22.04
29+
permissions:
30+
contents: write
2931
steps:
3032
- uses: actions/checkout@v3
3133
with:

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ packages/
1818
*.dotCover
1919
*.lock.json
2020
**/wwwroot/css/*.min.css
21-
**/wwwroot/js/*.min.js
21+
**/wwwroot/js/*.min.js
22+
23+
# IDE
24+
.vscode/
25+
.idea/

0 commit comments

Comments
 (0)