Skip to content

remove quotes from NU_VERSION and NUPM_REVISION #62

remove quotes from NU_VERSION and NUPM_REVISION

remove quotes from NU_VERSION and NUPM_REVISION #62

Workflow file for this run

name: 🌃 Sync main to nightly
on:
pull_request:
types: [closed]
branches: [main]
permissions:
contents: write
jobs:
sync_on_merge:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v3
with:
# Fetches all history for all tags and branches
fetch-depth: 0
- uses: amtoine/[email protected]
with:
do_push: true
log_worktree: true