Skip to content

Commit

Permalink
workflow 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unoblueboy committed May 3, 2022
1 parent e62b904 commit 59d4ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ on:
push:
branches:
- main
- feature/**

jobs:
build:
@@ -21,9 +22,8 @@ jobs:
cd release
ls -la
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.39.0
uses: anothrNick/github-tag-action@1.36.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INITIAL_VERSION: 0.0.0
WITH_V: true
REPO_OWNER: Unoblueboy

0 comments on commit 59d4ed0

Please sign in to comment.