Merge pull request #104 from g1mmethemoney/add-missing-hyperlinks #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish package to Wally | |
on: | |
push: | |
branches: # Act on main branch commit | |
- main | |
jobs: | |
publish: | |
name: Publish package to Wally | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Setup Aftman | |
uses: ok-nick/[email protected] | |
- name: Log In | |
env: | |
WALLY_AUTH: ${{ secrets.WALLY_AUTH }} | |
run: | | |
mkdir ~/.wally | |
printenv WALLY_AUTH > ~/.wally/auth.toml | |
- name: Publish | |
run: | | |
wally publish |