Skip to content

Add support for large packet in the packetIn2 message (#80) #32

Add support for large packet in the packetIn2 message (#80)

Add support for large packet in the packetIn2 message (#80) #32

Workflow file for this run

name: Release
on:
push:
branches:
- main
- release-*
paths:
- 'VERSION'
jobs:
release:
runs-on: [ubuntu-latest]
steps:
- name: Check-out code
uses: actions/checkout@v5
- name: Read version
run: |
echo "version=$(head VERSION)" >> $GITHUB_ENV
- name: Create release
uses: ncipollo/release-action@v1
with:
omitBody: true
token: "${{ secrets.GITHUB_TOKEN }}"
tag: "${{ env.version }}"
commit: "${{ env.GITHUB_SHA }}"