Skip to content

chore(deps): bump github.com/projectdiscovery/cdncheck (#1783) #147

chore(deps): bump github.com/projectdiscovery/cdncheck (#1783)

chore(deps): bump github.com/projectdiscovery/cdncheck (#1783) #147

Workflow file for this run

name: 🎉 Release Binary
on:
push:
tags:
- v*
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest-16-cores
steps:
- name: "Check out code"
uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: projectdiscovery/actions/setup/go@v1
- name: "Create release on GitHub"
uses: projectdiscovery/actions/goreleaser@v1
with:
release: true
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
SLACK_WEBHOOK: "${{ secrets.RELEASE_SLACK_WEBHOOK }}"
DISCORD_WEBHOOK_ID: "${{ secrets.DISCORD_WEBHOOK_ID }}"
DISCORD_WEBHOOK_TOKEN: "${{ secrets.DISCORD_WEBHOOK_TOKEN }}"