Skip to content

Commit

Permalink
Attempt to run using master and not main
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Mar 8, 2021
1 parent 399ed58 commit 365ac77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- master
- feature/*

jobs:
Expand Down Expand Up @@ -50,7 +51,7 @@ jobs:
folder: "./test/"
draft: true
prerelease: true
commit: 'main'
commit: 'master'
body: 'A little test - some updated text!'
#body: ${{outputs.changelog.}}
name: "Draft Release (Release ${{env.VERSION}})"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "assets[0] - ${{ github.event.assets[0] }}"
- name: Release Download
uses: sondreb/action-release-download@main
uses: sondreb/action-release-download@master
with:
verbose: false
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 365ac77

Please sign in to comment.