Merge pull request #107 from 1ForeverHD/development #7
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 |