Skip to content

Commit

Permalink
Merge pull request #157 from TanmoySG/fix-v170
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
TanmoySG authored Sep 8, 2024
2 parents 325a9eb + 4190df0 commit ffb2bcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/railway-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
with:
node-version: 12.x

- name: Install packages
run: yarn install --frozen-lockfile

- name: Run tests
run: yarn test

- name: Install Railway
run: npm i -g @railway/cli

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wdb-tag-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PUB_TOKEN }}

Expand Down

0 comments on commit ffb2bcb

Please sign in to comment.