casile 0.14.4

The command line interface to the CaSILE toolkit, a book publishing workflow employing SILE and other wizardry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Versioning

on:
  release:
    types: [ created, released, published, edited ]

jobs:
  actions-tagger:

    runs-on: ubuntu-22.04

    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - uses: Actions-R-Us/actions-tagger@v2
        with:
          publish_latest_tag: true