Skip to content

Commit

Permalink
Attempt to deploy changes via workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Nov 20, 2024
1 parent 9e57e85 commit 4d709f8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,19 @@ jobs:
files: ${{ env.MODEL_FILE }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish-plugin-nightly:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3

- uses: Roblox/setup-foreman@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install packages
run: lune run wally-install

- name: Run tests
run: lune run publish-plugin -- --apiKey ${{ secrets.ROBLOX_API_KEY }}

0 comments on commit 4d709f8

Please sign in to comment.