Skip to content

Commit

Permalink
Update wally publish
Browse files Browse the repository at this point in the history
  • Loading branch information
1ForeverHD committed Mar 28, 2024
1 parent 88393ff commit 9a212e7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/PublishAssets.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/PublishWally.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Publish package to Wally

on:
push:
branches: # Act on main branch commit
- main

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 }}
run: |
mkdir ~/.wally
printenv WALLY_AUTH > ~/.wally/auth.toml
- name: Publish
run: |
wally publish

0 comments on commit 9a212e7

Please sign in to comment.