Skip to content

Commit

Permalink
ci: update workflow with versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverMinion committed Jan 18, 2023
1 parent a577a46 commit 16c168a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
with:
dry_run: false
#semantic_version: 20.0.2
branches: |
[
'+([0-9])?(.{+([0-9]),x}).x',
'main'
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 16c168a

Please sign in to comment.