Skip to content

Commit

Permalink
Update build_and_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker committed Sep 18, 2022
1 parent c3b67c6 commit 0d5fe59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down Expand Up @@ -37,5 +37,5 @@ jobs:
body: "It's releasin' time"
generateReleaseNotes: true
tag: ${{ env.CURRENT_TIME_VERSION }}
commit: master
commit: main
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0d5fe59

Please sign in to comment.