What's new
skip-prereleaseinput (optional, defaultfalse): skip GitHub prereleases (e.g.v2.0.0-rc.1) instead of publishing/notifying them like stable releases.- Defensively
core.setSecret(api-key)so the key is masked in logs even if passed as a literal.
The v1 tag now points at this release.
- uses: deploylogdev/action@v1
with:
api-key: ${{ secrets.DEPLOYLOG_API_KEY }}
project: my-app
skip-prerelease: true🤖 Generated with Claude Code