Skip to content

⬆️ Bump DotNet.ReproducibleBuilds from 1.1.1 to 1.2.4 in /src (#111) #32

⬆️ Bump DotNet.ReproducibleBuilds from 1.1.1 to 1.2.4 in /src (#111)

⬆️ Bump DotNet.ReproducibleBuilds from 1.1.1 to 1.2.4 in /src (#111) #32

Workflow file for this run

name: "tagged-release"
on:
push:
tags:
- "v*"
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
permissions:
contents: write
steps:
- name: Print version
run: echo "Creating version ${{github.ref_name}}"
- name: Create Release
uses: ncipollo/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag: ${{ github.ref }}
name: Release ${{ github.ref_name }}
generateReleaseNotes: true
draft: false
prerelease: false
makeLatest: true
artifacts: ''