Skip to content

Bump docker/login-action from 3.2.0 to 3.3.0 in the github-actions gr… #88

Bump docker/login-action from 3.2.0 to 3.3.0 in the github-actions gr…

Bump docker/login-action from 3.2.0 to 3.3.0 in the github-actions gr… #88

name: Release Drafter
on:
push:
branches:
- main
jobs:
release:
name: Update Release
runs-on: ubuntu-20.04
steps:
- name: Publish Release
uses: release-drafter/release-drafter@v6
with:
publish: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}