Skip to content

Commit

Permalink
(git): fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
LoboMetalurgico authored Jun 5, 2022
1 parent 5ddee30 commit 4957cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Tag
on:
push:
branches:
- Stable
- main

jobs:
job1:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
prerelease_regex: ^v[0-9]\.[0-9]\.[0-9]\-
created_tag: v${{ fromJson(steps.set_var.outputs.packageJson).version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4957cc4

Please sign in to comment.