Skip to content

Fix: Remove superluous ":" from iso8601 timestamp (#39) #14

Fix: Remove superluous ":" from iso8601 timestamp (#39)

Fix: Remove superluous ":" from iso8601 timestamp (#39) #14

Workflow file for this run

name: tagged-release
on:
push:
tags:
- "*.*.*"
jobs:
gh_tagged_release:
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout source code"
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: marvinpinto/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
id: automatic_releases
# vim:ts=2:sw=2:et