v8.0.2 #11
Workflow file for this run
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: | |
release: | |
types: [published] | |
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_TOKEN }} | |
run: | | |
mkdir ~/.wally | |
printenv WALLY_AUTH > ~/.wally/auth.toml | |
- name: Publish | |
run: | | |
wally publish |