Skip to content

Commit

Permalink
chore(actions): test
Browse files Browse the repository at this point in the history
  • Loading branch information
SapphicMoe committed Jan 1, 2024
1 parent bbbee3d commit e5d09c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Add .env file
- run: |
touch .env
echo LASTFM_TOKEN=${{ secrets.LASTFM_TOKEN }} >> .env
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit e5d09c2

Please sign in to comment.