Skip to content

build: bump docker/login-action from 3.0.0 to 3.1.0 (#186) #31

build: bump docker/login-action from 3.0.0 to 3.1.0 (#186)

build: bump docker/login-action from 3.0.0 to 3.1.0 (#186) #31

Workflow file for this run

on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
name: Create Release
jobs:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release with Notes
uses: softprops/action-gh-release@v2
with:
draft: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}