improving aaNotation and new way to create numbers #41
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: Wally | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
name: Upload Release Asset | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Install Aftman | |
uses: ok-nick/[email protected] | |
- name: Publish release to Wally | |
shell: bash | |
run: | | |
wally login --token "${{ secrets.WALLY_AUTH }}" | |
wally publish |