Skip to content

Bump undici from 5.28.3 to 5.28.4 #33

Bump undici from 5.28.3 to 5.28.4

Bump undici from 5.28.3 to 5.28.4 #33

Workflow file for this run

on: [push]
jobs:
tag_release:
runs-on: ubuntu-latest
name: Tag release
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Tag version
uses: wendbv/calver-tag-action@main
with:
output-only: true
id: tag-version
- name: Get the output version
run: echo "The new version is ${{ steps.tag-version.outputs.version }}"