Skip to content

Commit

Permalink
chore(ops): release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Aug 28, 2023
1 parent e64c8cc commit d7ed20f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version-file: '.nvmrc'

- run: npm ci

- name: Resolve Tags
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
id: tags
Expand Down

0 comments on commit d7ed20f

Please sign in to comment.