Skip to content

v8.0.2

v8.0.2 #11

Workflow file for this run

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