Skip to content

Commit

Permalink
rtfm-47
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 28, 2024
1 parent fd3a21b commit 1f15b9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -171,7 +171,12 @@ jobs:
- name: Install dependencies
run: npm clean-install --prefer-offline --frozen-lockfile --production
- name: Prepare Release
uses: lando/prepare-release-action@v2
uses: lando/prepare-release-action@v3
with:
sync-token: ${{ secrets.RTFM47_COAXIUM_INJECTOR }}
sync-email: rtfm47@lando.dev
sync-username: rtfm-47

- name: Ensure version
run: node -pe 'JSON.parse(process.argv[1]).version' "$(cat package.json)"
shell: bash
4 changes: 2 additions & 2 deletions .github/workflows/update-submodules.yml
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Setup git user
shell: bash
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email ""
git config --local user.name "rtfm-47"
- name: Update submodules
shell: bash
run: |
Expand Down

0 comments on commit 1f15b9b

Please sign in to comment.