Skip to content

feat: Added restriction config for CloudFront distribution #2

feat: Added restriction config for CloudFront distribution

feat: Added restriction config for CloudFront distribution #2

Workflow file for this run

name: Test & Tag
on:
push:
branches:
- master
permissions:
id-token: write
contents: write
jobs:
tag:
name: Tag
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Tag release
uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
tag_prefix: 'v'