Skip to content

Commit

Permalink
Update workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
erglo committed Mar 25, 2024
1 parent c776dfd commit 4ae4ece
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

env:
CF_API_KEY: ${{ secrets.CF_API_KEY }},
CF_API_KEY: ${{ secrets.CF_API_KEY }}
# Needed for locale files
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
# "GITHUB_TOKEN" is a secret always provided to the workflow
Expand All @@ -20,7 +20,7 @@ jobs:
steps:

- name: Clone project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Package w/o release
uses: BigWigsMods/packager@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Package and release
on:
push:
tags:
# Start actions with version '1.0.0'; allow up to 'v1.99.999+'
# Start actions with version 'v1.0.0'; allow up to 'v1.99.999+'
- 'v1.[0-9][0-9].[0-9]+'

jobs:
Expand All @@ -23,7 +23,7 @@ jobs:
steps:

- name: Clone project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Package and release
uses: BigWigsMods/packager@v2
Expand Down

0 comments on commit 4ae4ece

Please sign in to comment.