Skip to content

Fix bug where trap_remove would only remove from $TRAP_APPEND_CMDS #4

Fix bug where trap_remove would only remove from $TRAP_APPEND_CMDS

Fix bug where trap_remove would only remove from $TRAP_APPEND_CMDS #4

Workflow file for this run

name: Release
on:
push:
tags: ['v*']
jobs:
test:
uses: ./.github/workflows/test.yaml
secrets: inherit
release:
needs: [test]
permissions:
contents: write
runs-on: ubuntu-latest
name: Create GitHub release
steps:
- uses: orbit-online/upkg-release@v1
with:
paths: trap.sh LICENSE README.md