Skip to content

v1.1.0 — skip-prerelease + key masking

Latest

Choose a tag to compare

@marko-builds marko-builds released this 16 Jun 16:42

What's new

  • skip-prerelease input (optional, default false): 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