Skip to content

Commit

Permalink
Merge pull request #5 from armory/fix/update-release-branch
Browse files Browse the repository at this point in the history
chore(main): update release branch
  • Loading branch information
tunderwood authored May 24, 2022
2 parents 7555de3 + eabdf8d commit c2ecb54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: patch
release_branches: master, main
release_branches: main
create_annotated_tag: false
append_to_pre_release_tag: rc

Expand Down Expand Up @@ -115,4 +115,4 @@ jobs:
upload_url: ${{ needs.create-release.outputs.release-url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./build/dist/${{ matrix.os }}_${{ matrix.arch }}/avm
asset_name: avm-${{ matrix.os }}-${{ matrix.arch }}
asset_content_type: binary/octet-stream
asset_content_type: binary/octet-stream

0 comments on commit c2ecb54

Please sign in to comment.