Add watermark to temporary image on live view. #1149
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Draft a release note | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
draft_release: | |
name: Release Drafter | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run release-drafter | |
uses: release-drafter/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |