Skip to content

Merge pull request #3 from prooheckcp/Version-1-1-0 #5

Merge pull request #3 from prooheckcp/Version-1-1-0

Merge pull request #3 from prooheckcp/Version-1-1-0 #5

Workflow file for this run

name: Wally
on:
push:
branches: [main]
jobs:
publish:
name: Publish to Wally
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Aftman
uses: ok-nick/[email protected]
- name: Publish
run: |
wally login --token ${{ secrets.MOONWAVE_TOKEN }}
wally publish
env:
GITHUB_TOKEN: ${{ secrets.MOONWAVE_TOKEN }}