Skip to content

Publish package to wally for v1.2.0 by @devSparkle #3

Publish package to wally for v1.2.0 by @devSparkle

Publish package to wally for v1.2.0 by @devSparkle #3

Workflow file for this run

name: Publish to Wally
run-name: Publish package to wally for ${{ github.ref_name }} by @${{ github.actor }}
on:
workflow_dispatch:
release:
concurrency:
group: "wally-release"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Aftman
uses: ok-nick/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Login
run: wally login --token "${{ secrets.WALLY_AUTH }}"
- name: Publish
run: wally publish